﻿/*#GDPR {
    width: 100%;
    height: 100vh;
    color: rgb(255,255,255);
    background-image: url("file:///C:/Users/Yanko/source/repos/gdpr_combo_web_v.1/images/gdpr_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
    #GDPR {
        background-image: url("file:///C:/Users/Yanko/source/repos/gdpr_combo_web_v.1/images/GDPR_hand.jpg");
        
    }
}*/
   
/*navbar*/

.nav-link {
    border-radius:10px;
    transition-duration: 0.5s;
}
    .nav-link:hover {
        -webkit-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
        -moz-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
        box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);

    }


#top {
}

.row.bscad {
}

#empty {
    background-color: #0e243d;
    border-bottom-right-radius: 100px;
}

#logo {
    background-color: #17365d;
    border-bottom-right-radius: 100px;
    margin-right: 0px;
}

#botttom {
    height: 170px;
}

#empty {
}

@media (min-width: 992px) {
    #logo_img {
        vertical-align: middle;
        border-style: none;
        width: 200px;
    }
}

@media (min-width: 300px) {
    #logo_img {
        vertical-align: middle;
        border-style: none;
        max-width: 150px;
    }
}

#Footer {
    color: #ffffff;
    background-color: #1e1e1e;
    padding-top: 10px;
    border-bottom: 0px;
    margin-bottom:0px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

#uslugi {
}

#what_is_GDPR {
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgba(88,140,201,0.66);
}

#what_new {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(88,140,201,0.66);
}
/*-----------------------------------------------------*/

.accordion_form{
    text-align:center;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 50%;
    border: none;
    outline: none;
    
    transition: 0.4s;
}
    .active, .accordion:hover {
        background-color: #ccc;
    }

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.left_col:hover {
   
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
    -moz-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
    box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
    transition-duration: 2s;
}
.right_col:hover {
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
    -moz-box-shadow: 15px 15px 25px 7px rgba(222,222,222,1);
    box-shadow: -15px 15px 25px 7px rgba(222,222,222,1);
    transition-duration: 2s;
}

/*drop-down*/



.dropbtn {
    font-size: 100%;
    font: inherit;
    color: rgba(255,255,255,.5);
    padding: 16px;
    border: none;
    cursor: pointer;
    display: block;
    padding: .5rem 1rem;
    padding-right: .5rem;
    padding-left: .5rem;
    border-radius: 10px;
    transition-duration: 0.5s;
}
button:focus {
    outline: 1px dotted;
    outline: none !important;
}



.dropbtn:hover, .dropbtn:focus {
    color: white;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(117,179,255,1);
    -moz-box-shadow: 0px 10px 50px 0px rgba(117,179,255,1);
    box-shadow: 0px 10px 50px 0px rgba(117,179,255,1);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius:10px;
    }

.dropdown a:hover {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
    box-shadow: inset 0px 0px 25px 0px rgba(117,179,255,1);
}



.show {
    display: block;
}